operator (+) Interface

public interface operator (+)

Calls

interface~~operator (+)~22~~CallsGraph interface~operator (+)~22 operator (+) proc~ch_add ch_add interface~operator (+)~22->proc~ch_add

Module Procedures

public function ch_add(cho1, cho2) result(cho3)

Arguments

Type IntentOptional Attributes Name
type(ch_output), intent(in) :: cho1
type(ch_output), intent(in) :: cho2

Return Value type(ch_output)